home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 684 / cpuclr / cpuclr.doc < prev    next >
Text File  |  1995-03-18  |  833b  |  29 lines

  1. CPUCLR
  2. ------
  3.  
  4. CPUCLR  is  a  small  hack  in  the spirit of "CPUBLIT", thus replacing the
  5. graphics.library  "BltClear()"  call  with a faster processor only routine.
  6. The  speed factor is about 60% on my 28 Mhz 68030 A2630, and should be even
  7. faster  on  A3000  or other machines featuring 32 bit wide (or fast access)
  8. chip ram.
  9.  
  10. To install CPUCLR, simply call it from the Shell:
  11.  
  12. 1> CPUCLR
  13.  
  14. It  will  print  a  short  message  and then detach itself.  No CLI Process
  15. wasting ;) Another invocation will remove "CPUCLR" from memory.
  16.  
  17. Of course, CPUCLR will run on 68020/30/40 machines only and will gracefully
  18. crash the system if run on an 68000/10 environment...
  19.  
  20. CPUCLR is Copyright (C) 1991 by:
  21.  
  22.     Oliver Wagner
  23.     Landsberge 5
  24.     4322 Sprockhövel
  25.     West Germany
  26.     EMail: o.wagner@aworld-2.zer[.sub.org]
  27.  
  28. and is hereby declared Freeware.
  29.